/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 36px;
	line-height: 36px;
	background-color: #f4f5f5;
	font-size: 14px;
	color:#333;
}
.header-1 a{
	margin-left: 30px;
}
.header-1 a:hover{
	color:#0f6cbf;
}
.header-1 a img{
	margin-top: -3px;
	margin-right: 10px;
}

.header-2{
	height: 148px;
}

.logo{
	width: 486px;
	margin-top: 30px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width:305px ;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(images/search.png);
	margin-top: 80px;
	margin-right: 348px;
	position: relative;
	padding-right: 60px;
	padding-left: 30px;
	padding-top: 15px;
	left: 400px;
    top: -20px;
}
.search input[type="text"]{
	width: 100%;
	border:0;
}
.search input[type="image"]{
	position: absolute;
	right: 5px;
	top: 4px;
}

.search input:focus{
	outline: none;
}

.nav-wp{
	background-color: #0f6cbf;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 14.28%;;
	text-align: center;
	border-right: 1px solid #6fa7d9;
	position: relative;
}
.nav{
	border-left: 1px solid #6fa7d9;

}
.nav>ul>li>a{
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 18px;
	background-color: #0f6cbf;
	color:#fff;
}
.nav>ul>li>span{
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 18px;
	background-color: #0f6cbf;
	color:#fff;
}
.nav>ul>li:hover>a,.nav>ul>li.active>a{
	background-color: #1064af;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 49px;
	z-index: 600;
	/* background-color: #0f6cbf; */
	display: none;
}
.nav>ul>li>ul>li{
	border-top: 1px solid #6fa7d9;

}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	text-align: center;
	background-color: #0f6cbf;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #1064af;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	padding-bottom: 15px;
}


.main1{
	padding: 35px;
}
.main1 h1{
	margin:0;
	font-size: 26px;
	color:#0f6cbf;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}
.main1 h2{
	margin:0;
	font-size: 18px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	padding: 0 80px 0 30px;
	margin-top:20px;
	position: relative;

}
.main1 h2 a{
	font-size: 16px;
	color:#0f6cbf;
	position: absolute;
	right: 10px;
	top: 0;
}


.main2-left{
	width: 550px;
	margin-right: 29px;
}

.fmain2 .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 58.4%;
	overflow: hidden;
}
.fmain2 .slides>li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}


.fmain2 .slides>li>a h1{
	margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-image: url(heidi.png);
    padding-left: 20px;
    font-size: 14px;
    padding-right: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	z-index: 30;
}


.fmain2 .flex-control-nav{
	display: block;
	font-size:0 ;
	line-height: normal;
	height: 0;
	text-align: right;
	bottom: 28px;
	padding-right: 10px;
}

.fmain2 .flex-control-paging li a{
	background-image: none;
	width: 20px;
	height: 21px;
	line-height: 21px;
	text-indent: 0;
	text-align: center;
	font-size: 14px;
	color:#fff
}

.fmain2 .flex-control-paging li a.flex-active{
	background-image: none;
	background-color: #d94436;
}

.main2-right{
	overflow: hidden;
}


.main2-title{
	border-bottom: 3px solid #0f6cbf;
}

.main2-title span.fl{
	height: 44px;
	line-height: 41px;
	border-bottom: 3px solid #fff;
	background-color: #f2f2f2;
	padding: 0 23px;
	font-size: 18px;
	color:#333;
	margin-left: 13px;
	cursor: pointer;
}

.main2-title span.fl:first-child{
	margin-left: 0;
}

.main2-title span.fl.cur{
	background-color: #0f6cbf;
	color:#fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-color: #0f6cbf;
	line-height: 44px;
}

.main2-title a.fr{
	font-size: 14px;
    color: #838383;
    padding-right: 24px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(aa.png);
	display: none;
	margin-top: 13px;
}
.main2-title a.fr:hover{
	color: #0f6abb;
    background-image: url(aah.png);
}

.main2-title a.fr.frr{
	display: block;
}
.more11{
	margin-top: 15px;
}

.more11 a{
		font-size: 14px;
    color: #838383;
    padding-right: 24px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(aa.png);
}
.more11 a:hover{
	color: #0f6abb;
    background-image: url(aah.png);
}

.p17 {
	
}

.list ul{
	margin:0;

}

.list li{
	height: 30px;
    line-height: 30px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left:12px;
	background-repeat: no-repeat;
	background-position: 0px center;
    background-image: url(dian1.jpg);
	position: relative;
	padding-right:100px;
	margin-top:19px;
}
.list li:first-child{
	margin-top: 0;
}
.list li a{
	font-size: 16px;
	color:#000000;
}
.list li span{
	font-size: 15px;
	color:#8d8d8d;
	font-family: "Arial";
	position: absolute;
	right: 7px;
	top: 0;
}
.list li a:hover{
	color:#0f6cbf;
}

.list-wp .list{
	display: none;
}
.list-wp .list:first-child{
	display: block;
}

.main3{
	border:1px solid #e5e9eb;
	padding: 12px 23px;
}

.m30{
	margin-top: 30px;
}

.main3 .item>a{
	display: block;
	padding-bottom: 27.76%;
	position: relative;
	overflow: hidden;
}
.main3 .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.main3 .item>a:hover>img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main3-list .owl-prev{
	position: absolute;
	left:-20px;
	top: 50%;
	margin-top: -18px;
	width: 17px;
	height: 36px;
	background-image: url(left.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
	transition: .3s;
}

.main3-list .owl-next{
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 17px;
	height: 36px;
	right:-20px;
	background-image: url(right.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	transition: .3s;
	background-position: center ;font-size: 0;
}



.main3-1-div {
    border: 1px solid #e5e9eb;

}

.main3-1-title{
	width: 76px;
	height: 264px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(main3-1-title.jpg);
	color:#fff;
	text-align: center;
	font-size: 22px;
	padding:  79px 22px 0;
	line-height: 1.2;

}


.main3-1-con{
	overflow: hidden;
	padding: 16px 20px 0;
}


.main3-1-con .list2 li{
	margin-top: 15px;
}
.main3-1-con .list2 li:first-child{
	margin-top: 0;
}
.main3-ddl{
	padding-top: 32px;
}
.main3-ddl dl{
	margin:0;
	margin-left: -2%;

}

.main3-ddl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
}

.main3-ddl dd>a{
	display: block;
	height:83px;
	line-height: 81px;
	background-color: #f5f5f5;
	border:1px solid #eeeeee;
	font-size: 16px;
	font-weight: bold;
	color:#464545;
	padding-left: 61px;
	background-repeat: no-repeat;
	background-position: 13px center;
}
.main3-ddl dd>a:hover{
color: #0f6cbf;
}

.main3-1 .main4-right .main4-1{
	padding-bottom: 16px;
}
.main4-left{
	width:818px ;
	margin-right: 28px;
}

.main4-1{
	border:1px solid #e5e9eb;
	padding: 0px 21px 25px;
}

.main4-right{
	overflow: hidden
}
.title-11{
	border-bottom: 1px solid #cccccc;
}
.title-11 .fl{
	height: 53px;
	line-height: 54px;
	font-size: 22px;
	color:#0f6abb;
}
.title-11  a.fr{
	font-size: 14px;
	color:#838383;
	padding-right: 24px;
    background-repeat: no-repeat;
    background-position: right center;
	background-image: url(aa.png);
	margin-top: 18px;
}
.title-11 a.fr:hover {
    color: #0f6abb;
    background-image: url(aah.png);
}
.main4-1-div{
	margin-top: 20px;
}
.main4-1-left{
	width:373px ;
	margin-right: 27px;
}
.main4-1-right{
	overflow: hidden;
	/*border-top:1px solid #e5e9eb;*/
	padding: 13px ;
	padding-left: ;
}

.main4-1-right dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.main4-1-right dd{
	float: left;
	width: 100%;
	margin-left: 5px;
	margin-top: 7%;
}
.main4-1-right dd a{
	width: 240px;
	display: block;
	height: 56px;
	line-height: 56px;
	background-color: #d9edf6;
	border-radius: 5px;
	font-size: 21px;
	color:#015293;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 22px center;
	
	
}
.main4-1-right dd a:hover{
	text-decoration: underline
}
.list2 li{
	margin-top: 13px;
	background-image: url(dian2.jpg);
}
.list2 li span{
	color:#8d8d8d;
}

.main4-2{
	margin-top: 26px;
}

.main4-2 .main4-1-left{
	margin-right: 0;
}
.main4-2-title{
	padding-bottom: 15px;
}
.main4-2-title span{
	float: left;
	width: 50%;
	height: 39px;
	line-height: 39px;
	background-color: #f5f5f5;
	color:#333;
	font-size: 18px;
	padding-left: 23px;
	cursor: pointer;
}
.main4-2-title span.cur{
	background-color: #0f6cbf;
	color:#fff;
}
.main4-3-list{
	margin-top: 18px;
}
.main4-3-list .item>a{
	display: block;
	position: relative;
	padding-bottom: 21.8%;
	overflow: hidden;
}
.main4-3-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}


.main4-3-list .item>a h1{
	margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-image: url(heidi.png);

    font-size: 15px;
	text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	z-index: 30;
}


.main4-3-list .item>a:hover>img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.main4-4-div{
	margin-top: 20px;
}

.main4-4-h1{
	font-size: 20px;
	color:#000;
}
.main4-4-dl1 dl{
	margin:0;
	margin-left: -2%;
	/* margin-top: -2%; */
}

.main4-4-dl1 dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
	font-size: 16px;
	color:#015293;
	margin-top: 24px;
}

.main4-4-dl1 dd>a{
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: left center;
}
.main4-4-dl1 dd a:hover{
	text-decoration: underline
}

.main4-4-dl2 dl{
	margin:0;
	margin-left: -10%;
}

.main4-4-dl2 dd{
	float: left;
	width: 23.333333333%;
	margin-left: 10%;

	margin-top: 20px;
	text-align: center;
}

.main4-4-dl2 dd>a{
	display: block;
	font-size: 16px;
	color:#015293;
}
.main4-4-dl2 dd a:hover{
	text-decoration: underline
}
.main4-4-dl2 dd>a img{
	display: block;
	margin:0 auto 12px;
}

.main4-4-a{
	margin-top: 24px;
}
.main4-4-a a,.main4-4-a img{
	display: block;
	width: 100%;
}
.main4-5-pic{
	margin-top: 26px;
}
.main4-5-pic a,.main4-5-pic img{
	display: block;
	width: 100%;
}

.main4-5{
	margin-top: 18px;
}

.main5-list{
	margin-top: 23px;
}

.main5-list h1{
	margin: 0;
    color: #000000;
    font-size: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	z-index: 30;
	margin-top: 15px;
}

.main5{
	padding-bottom: 15px;
}
.main5-pic a{
	display: block;
	position: relative;
	padding-bottom:72%;
	overflow: hidden;
}
.main5-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

.main5-list .item:hover img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.main5-list .item:hover h1{
	color:#0f6cbf;
}




/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}
.footer-1{
	border-bottom: 7px solid #0f6cbf;
	font-size: 0;
	line-height: normal;
}
.footer-1 h1{
	display: inline-block;
	font-size: 20px;
	color:#fff;
	margin:0;
	padding:0 16px;
	background-color: #0f6cbf;
	height: 44px;
	line-height: 46px;
}

.footer-2-1 {
	padding: 18px 0;
	border-bottom: 1px solid #dddddd;
}
.footer-2-1 dl{
	margin:0;
	margin-left: -3%;
}

.footer-2-1 dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}
.footer-2-1 dd select{
	height: 50px;
	border:0;
	box-shadow: none;
	background-color: #eeeeee;
	font-size: 16px;
	color:#333;
	border-radius: 0;

}

.footer-2-1 dd select:focus {
    border-color: #eeeeee;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: inset none;
}
.footer-2-2{
	padding: 20px 0;
}
.footer-2-2-p{
	font-size: 15px;
	color:#787878;
	line-height: 2;
	text-align: center;
}

.footer-2-2-a{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 15px;
}
.footer-2-2-a a{
	margin:0 22px;
}
/* .footer-2-2-a */

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 280px;
   margin-left: 15px;
   margin-top: 12px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(heidi.png);
	display: none;

}







/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

.erji{
	padding: 25px 0;
}

.mianbaoxie{
	font-size: 16px;
	color:#333;
	height: 30px;
	line-height: 30px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-image: url(fang.png);
	margin-bottom: 30px;
}

.mianbaoxie a:hover{
	color:#0f6cbf;
}

.erji-title1{
	font-size: 22px;
	color:#0f6cbf;
	border-bottom: 2px solid #0f6cbf;
	padding-bottom: 22px;
}

.hudong-left{
	width: 855px;
	margin-right: 31px;
}
.hudong-right{
	overflow: hidden;
}

.hudong-1{
	border:6px solid #e8e8e8;
	padding: 0px 40px;
	margin-top: 28px;
}

.hudong1-dl dl{
	margin:0;
}
.hudong1-dl dd {
	padding: 30px 0;
}
.hudong1-dl dd:first-child{
	border-bottom: 1px solid #e5e5e5;
}
.hudong1-dl dd span.fl{
	width: 110px;
	font-size: 16px;
	color:#0f6cbf;
	line-height: 35px;
	font-weight: bold;
}

.hudong1-dl-con{
	overflow: hidden;
	font-size: 14px;
	color:#858585;
	line-height: 35px;
}

.hudong-2{
	border:6px solid #e8e8e8;
	padding: 25px 40px 32px 20px ;
	margin-top: 28px;
	background-repeat: no-repeat;
	background-position: 98% 91%;
	background-image: url(hudong-2.png);
}
.hudong-2-li{
	margin-top: 16px;
}
.hudong-2-li span.fl{
	font-size: 15px;
	color:#666;
	text-align: right;
	height: 39px;
	line-height: 39px;
	width: 105px;
	margin-right: 25px;
}

.hudong-input{
	overflow: hidden;
	width: 433px;
	padding-right: 20px;
	position: relative;
}
.hudong-input i{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
}
.hudong-input input[type="text"]{
	height: 39px;
	line-height: 39px;
	border-radius: 0;
	background-color: transparent;
	background-image: url(baidi.png);
}

.hudong-input2{
	width: auto;
}

.hudong-input2 textarea{
	resize: none;
	height: 120px;
	border-radius: 0;
	background-color: transparent;
	background-image: url(baidi.png);
}

.hudong-input2 input[type="button"]{
	width: 123px;
	height: 42px;
	border:0;
	background-color: #0f6cbf;
	color:#fff;
	cursor: pointer;
}

.hudong-3-dl dl{
	margin:0;
}

.hudong-3-dl dd{
	background-color: #28c3cd;
	margin-bottom: 14px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(d3.png);
}
.hudong-3-dl dd:first-child{
	background-color: #60ace0;
	background-image: url(d1.png);
}
.hudong-3-dl dd:first-child+dd{
	background-color: #60c3e0;
	background-image: url(d2.png);
}
.hudong-3-dl dd>a{
	display: block;
	height: 80px;
	line-height: 80px;
	padding-left: 63px;
	font-size: 22px;
	color:#fff;
}
.hudong-3-dl dd>a:hover{
	text-decoration: underline;
}

.hudong-4{
	background-color: #fbfbfb;
	border:1px solid #e8e8e8;
	padding: 15px 15px 50px;
}

.title-33 .fl{
	font-size: 22px;
	color:#0f6cbf;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(d4.png);
	height: 31px;
	line-height: 31px;
}

.title-33 a.fr{
	width:18px ;
	height: 18px;
	background-image: url(aa.png);
	background-repeat: no-repeat;
	background-position:  center;
	margin-top: 6px;
}
.title-33 a.fr:hover{
	background-image: url(aah.png);

}

.hudong4-p{
	font-size: 14px;
	color:#8e8e8e;
	line-height: 2;
	text-indent: 2em;
	padding: 20px 0 15px;
	border-bottom: 1px dashed #e3e5e5;
}

.hudong4-pic{
	margin-top:22px;
}

.fhudong4 .flex-control-nav{
	display: block;
	font-size:0 ;
	bottom:-25px;
}

.fhudong4 .flex-control-paging li a{
	width: 11px;
	height: 11px;
}

.fhudong4 .flex-control-nav li{
	margin:0 5px;
}

.fengcai-item h1 {
    margin: 0;
    color: #000000;
    font-size: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 30;
    margin-top: 30px;
}

.fengcai-item:hover img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.fengcai-item:hover h1{
	color:#0f6cbf;
}


.fengcai .col-sm-6{
	margin-bottom: 40px;
}

.fengcai-list{
	border-bottom: 1px solid #e3e5e5;
}

.fenye{
	font-size: 14px;
	color:#848484;
	text-align: center;
	padding-top: 30px;
}
.fenye a:hover{
	color:#0f6cbf;
}

.xinxi-left{
	width:742px ;
	margin-right: 30px;
}

.xinxi-right{
	overflow: hidden;
	background-color: #fbfbfb;
	border:1px solid #e8e8e8;
	padding: 21px 35px 25px;
}

.xinxi-title{
	border-bottom: 1px solid #d2d2d2;
}
.xinxi-title h1{
	font-size: 20px;
	color:#000;
	margin:0;
	padding-bottom: 12px;
	padding-right: 20px;
	border-bottom: 5px solid #0f6cbf;
	float: left;
	position: relative;
	bottom: -1px;
	font-weight: bold;
}

.xinxi-list ul{
	margin:0;
}
.xinxi-list li{
	margin-top: 25px;
}
.xinxi-list li:first-child{
	margin-top: 0px;
}
.xinxi-list li .list li{
	margin-top: 12px;
}

.xinxi-list li .list li span{
	color:#333;
}
.xinxi-list li .list li:first-child {
    margin-top: 0;
}

.xinxi-1-pic-wp{
	width: 138px;
	border:1px solid #e8e8e8;
	padding: 3px;
	margin-right: 22px;
}

.xinxi-1-pic-wp a{
	display: block;
	position: relative;
	padding-bottom:127%;
	overflow: hidden;
}

.xinxi-1-pic-wp a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

.xinxi-1-con{
	overflow: hidden;
	padding-top: 18px;
}

.xinxi-1-con h1{
	font-size: 18px;
	color:#0f6cbf;
	margin:0
}

.xinxi-1-con p{
	font-size: 16px;
	color:#000;
	margin:0;
	line-height: 1.8;
	margin-top: 8px;
}
.xinxi-2 {margin-top: 15px;}
.xinxi-2 h1{
	font-size: 20px;
	color:#0f6cbf;
	margin:0;

}
.xinxi-2-a{
	font-size: 0;
	line-height: normal;
}
.xinxi-2-a a{
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	color:#191919;
	margin-top: 13px;
}

.xinxi-2-a a:hover{

	color:#0f6cbf;
}

.xinxi-3 dl{
	margin:0;
}
.xinxi-3 {
	padding-top: 10px;
}
.xinxi-3 dd{
	margin-top: 14px;
}
.xinxi-3 dd>a{
	display: block;
	height: 53px;
	line-height: 53px;
	background-color: #e4e4e4;
	font-size: 20px;
	color:#000;
	text-align: center;
}


.xinxi-3 dd>a:hover{
	color:#fff;
	background-color: #0f6cbf;
}

.xinxi-3+.main4-4-a{
	margin-top: 14px;

}

.xinxi-4 {margin-top: 30px;}
.xinxi-4 h1{
	font-size: 20px;
	color:#0f6cbf;
	margin:0;
	font-weight: bold;

}
.xinxi4-span {
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #0f6cbf;
	margin-top: 18px;
}
.xinxi4-span span{
	width: 50%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color:#000;
	cursor: pointer;
}

.xinxi4-span span.cur{
	background-color: #0f6cbf;
	color:#fff;
}

.xinxi4-list-wp .xinxi4-list{
	display: none;
}

.xinxi4-list-wp .xinxi4-list:first-child{
	display: block;
}

.xinxi4-list dl{
	margin:0;
	padding-top:8px;
}

.xinxi4-list dd{
	margin-top: 18px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinxi4-list dd a{
	font-size: 16px;
	color:#000;
}
.xinxi4-list dd a:hover{
	color:#0f6cbf;
}

.gongz-right{
	overflow: hidden;
	border:1px solid #e8e8e8;
	background-color: #fbfbfb;
}

.gongz-title{
	height: 52px;
	line-height: 52px;
	background-color: #0f6cbf;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	padding-left: 25px;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
}

.gongz-1-div{
	padding: 20px 25px 25px;
}

.gongz-tui h1{
	font-size: 16px;
	color:#000;
	margin:0;
	line-height: 1.8;
	height: 56px;
	overflow: hidden;
}

.gongz-tui h1 a:hover{
	color:#0f6cbf;
}

.gongz-tui h2{
	font-size: 14px;
	color:#7e7e7e;
	margin:0;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(time.png);
	height: 20px;
	line-height: 20px;
	margin:11px 0 8px;
}

.gongz-tui p{
	font-size: 14px;
	color:#737373;
	margin:0;
	line-height:2;
	height: 56px;
	overflow: hidden;
}


.gongz-tui{
	border-bottom: 1px dashed #bebebe;
	padding-bottom: 12px;
}

.xinwen-left{
	width:856px;
	margin-right: 31px;
}

.xinwen-right{
	overflow: hidden;
}
.xinwen-fixed{
	border-bottom: 2px solid #0f6cbf;
	padding-bottom: 18px;
}


.xinwen-title h1{
	font-size: 22px;
	color:#0f6cbf;
	margin:0;
	padding-bottom: 20px;
}

.xinwen-title-dl dl{
	margin:0;
}

.xinwen-title-dl dd{
	float: left;
	width: 12.5%;
	text-align: center;
}
.xinwen-fixed{
	background-color: #fff;
	z-index: 100;
}
.xinwen-fixed.cur{
	float: none;
    position: fixed;
	top: 0;
	width: 856px;

}
.xinwen-fixed-cheng{
	height: 60px;
	display: none;
}
.xinwen-fixed-cheng.cur{
	display: block;
}
.xinwen-title-dl dd>a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color:#0f6cbf;
	position: relative;
}

.xinwen-title-dl dd>a i{
	position: absolute;
	font-size: 0;
	width: 14px;
	left: 50%;
	margin-left: -7px;
	bottom: -7px;
	display: none;
}
.xinwen-title-dl dd>a i img{
	display: block;
	width: 100%;
}

.xinwen-title-dl dd.cur>a{
	background-color: #0f6cbf;
	color:#fff;
}

.xinwen-title-dl dd.cur>a i{
	display: block;
}

.xinwen-list ul{
	margin:0;
}

.xinwen-list li{
	padding: 40px 0;
	border-bottom: 1px solid #e3e5e5;
}

.xinwen-date{
	width: 90px;
	height: 92px;
	background-color: #ededed;
	text-align: center;
	padding-top: 13px;
	margin-right: 24px;
}

.xinwen-date h1{
	margin:0;
	font-size: 32px;
	color:#0f6cbf;
}
.xinwen-date h2{
	margin:0;
	font-size:14px;
	color:#000;
	margin-top: 10px;
}

.xinwen-con{
	overflow: hidden;
}

.xinwen-con h1{
	margin: 0;
    color: #000000;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	padding-right: 110px;
	position: relative;
	height: 24px;
	line-height: 24px;
}
.xinwen-con h1 a:hover{
	color:#0f6cbf;
}
.xinwen-con h1 span{
	font-size: 13px;
	color:#b8b8b8;
	position: absolute;
	right: 0;
	top: 0;
}

.xinwen-con p{
	margin: 0;
    color: #878787;
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
}

.riliao{
	border:1px solid #dcdcdc;
	padding: 25px;
	margin-bottom: 25px;
	padding-bottom:20px;
}

.rili-list .item h1{
	margin:0;
	font-size: 26px;
	color:#666;
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 13px;
}
.rili-dl {
	padding-top: 6px;
}
.rili-dl dl{
	margin:0;
	margin-left: -2%;
}

.rili-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	text-align: center;
	font-size: 0;
	line-height: normal;
}
.rili-dl dd{
	margin-top: 12px;
}
.rili-dl dd a{
	display:block;
	font-size: 16px;
	color:#333;
	height: 28px;
	line-height: 28px;
}

.rili-dl dd:hover a{
	background-color: #0f6cbf;
	color:#fff;
}

.rili-list .owl-prev{
	position: absolute;
	right:30px;
	top: 7px;
	width: 13px;
	height: 13px;
	background-image: url(left2.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.rili-list .owl-next{
	position: absolute;
	right:0px;
	top: 7px;
	width: 13px;
	height: 13px;
	background-image: url(right2.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}



.diaocha-list dl{
	margin:0;
	margin-top: 15px;
}

.diaocha-list dd{
}

.diaocha-date{
	height: 35px;
	line-height: 35px;
	background-color: #eee;
	padding-left: 25px;
	color: #0f6cbf;
    font-size: 14px;
	font-weight: bold;
}
.diaocha-con{
	position: relative;

    padding: 10px 0;
	padding-right: 75px;
	line-height: 1.6;
	background-repeat: no-repeat;
    background-position: 8px 16px;
    background-image: url(dian2.jpg);
	padding-left: 25px;
}


.diaocha-con  i{
	font-style: normal;
	font-size: 14px;
	color:#333;
	cursor: pointer;
}

.diaocha-con  i:hover{
	color:#0f6cbf;
}

.diaocha-con>a{
	position: absolute;
	right: 0;
	top: 10px;
}

.diaocha-con>a:hover{
	color:#0f6cbf;
}

.diaocha-div{
	position: absolute;
	left: 0px;
	right: 75px;
	top: 100%;
	border:1px dashed #0f6cbf;
	background-color: #fff;
	padding: 25px;
	display: none;
	z-index: 50;
}

.diaocha-div h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#333;
}

.diaocha-div  ul{
	margin:0;
	margin-top: 15px;
}

.diaocha-div  li{
	line-height: normal;
	margin-top: 5px;
}

.diaocha-div  li input{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.diaocha-button{
	text-align: center;
	margin-top: 25px;
}

.diaocha-button button{
	margin:0 15px;
}
.jieguo{
	padding-top: 15px;
}
.jieguo-title{
	font-size: 20px;
	color:#333;
	line-height: 1.6;
	font-weight: bold;
}

.jieguo-dd-title{
	font-size: 14px;
	color:#333;
	line-height: 1.6;
	font-weight: bold;
}

.jieguo dl{
	margin:0;
}

.jieguo dd{
	margin-top: 15px;
}

.jieguo-dd-wp{
	background-color: #eee;
	margin-top: 5px;
}

.jieguo-dd{
	height: 30px;
	line-height: 30px;
	background-color: #0f6cbf;
	color:#fff;
	font-size: 14px;
	padding-left: 10px;
	display: inline-block;
}

.ditu-list ul{
	margin:0;
}

.ditu-list{
	margin-top: 25px;
}

.ditu-1{
	height: 45px;
	line-height: 45px;
	background-color: #0f6cbf;
	padding-left: 25px;
}

.ditu-1 a{
	font-size: 20px;
	color:#fff;
}
.ditu-1 a:hover{
	text-decoration: underline;
}
.ditu-2{
	padding: 35px 25px 15px;

}
.ditu-2 dl{
	margin:0;
}

.ditu-2 dd{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ditu-2 dd a{
	font-size: 16px;
	color:#333;
}
.ditu-2 a:hover{
	color: #0f6cbf;
}

/*单片*/
.danpian-h1{
	font-size: 32px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding: 10px 0;
}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 5px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dan-a a{
	font-size: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#0f6cbf;

}









.zaixianliuyan-2{
	margin-top: 25px;
	padding-bottom: 0px;
}

.zaixianliuyan-2-li-top{
	background-color: #fafdff;
	border:1px solid #edf2f5;
	padding-right: 50px;
	position: relative;
}
.zaixianliuyan-2-li-top a{
	position: absolute;
	width: 22px;
	right: 14px;
	top: 12px;
}

.zaixianliuyan-2-li-top a img{
	display: block;
	width: 100%;
}
.zaixianliuyan-2-li-top span{
	font-size: 14px;
	color:#4178be;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	width: 81px;
	padding-left:10px;

}

.zaixian-wd-con{
	overflow: hidden;
}

.zaixianliuyan-2-li-top-con{
	overflow: hidden;
    font-size: 14px;
	color:#666;

	line-height: 1.8;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 5px;
}

.zaixianliuyan-2-li-bottom{
	padding-left: 91px;
}

.zaixian-niw span{
	font-size: 14px;
	color:#999;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
}

.zaixian-niw-p{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
}

.zaixianliuyan-2-li-bottom{
	padding-top: 20px;
	padding-bottom: 30px;
}

.zaixian-wd{
	padding-top: 15px;
	margin-top: 13px;
	border-top:1px solid #ececec;
}

.zaixian-wd-hf{
	font-size: 14px;
	color:#d0d0d0;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(zx_3.png);
}

.zaixian-wd-p{
	overflow:hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
	padding-left: 3px;
}

.zaixian-wd span{
	font-size: 14px;
	color:#999;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
}


.footer-2-1-list .item>a{
	display: block;
	padding-bottom: 23.7%;
	position: relative;
	overflow: hidden;
}
.footer-2-1-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}